home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilstem / himove / himove.bat < prev    next >
DOS Batch File  |  1993-05-12  |  145b  |  9 lines

  1. echo off
  2. echo Loading Configurationprogramm HiSETUP.EXE...
  3. if .%1 == . goto DEFAULT
  4. HiSETUP.EXE %1 %2
  5. goto END
  6. :DEFAULT
  7. HiSETUP.EXE
  8. :END
  9.